'Declaration Protected Overridable Sub OnFormatStringChanged( _ ByVal oldValue As String, _ ByVal newValue As String _ )
'Usage Dim instance As NumericUpDown(Of T) Dim oldValue As String Dim newValue As String instance.OnFormatStringChanged(oldValue, newValue)
Parameters
- oldValue
- The old string value.
- newValue
- The new string value.